home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / CRS / crs47.d81 / byd5info.seq < prev    next >
Text File  |  2009-10-10  |  6KB  |  153 lines

  1. FILE: beyond512k.sda             (R12) FROM: Recursion   10/16/89   S#: 414784        
  2. SUBJECT: 2 Megabyte REU Conv.
  3.  
  4. TYPE:          prg
  5. BLOCKS:        129
  6. DOWNLOADS:     305
  7. EST. D/L TIME: 300: 29:09 1200: 08:19 
  8. EQUIPMENT:     17xx REU
  9. FILES NEEDED:  GEOS & CONVERT
  10.  
  11. Here it is!!
  12.  
  13. How to expand any 512kb REU up to 2,
  14. count'em, 2 MEGABYTES inside the REU
  15. case!
  16.  
  17. Or, add just as much RAM as you need in
  18. 256kb increments!
  19.  
  20. Just load and run this file to de-ARC
  21. the 3 files it contains; you will need
  22. 190 blocks of disk space. Then, boot
  23. GEOS and use the CONVERT utility to
  24. change the SEQ files to normal GEOS
  25. files. Print-out the two documents, and
  26. read carefully before you start!
  27.  
  28. If you don't have GEOS, you can send me
  29. $5 and I'll mail copies of the
  30. documents out to you. E-MAIL me for my
  31. present address.
  32.  
  33. Theis project should only be done by
  34. experienced hardware hackers!
  35.  
  36. Remember who did it first....
  37.  
  38.        ---->  Recursion  <----
  39.  
  40.  <<   PRESS F7 FOR DOWNLOAD MENU    >> 
  41.                   -::-
  42.  
  43. SUBJ: beyond512k.sda             (R)   FROM: Recursion   10/26/89   S#: 412575  
  44. If you use IC sockets for the RAM chips (ie. expanded 1700 or 1764), you may want to remove them to leave more room to add RAM chips.
  45.  
  46. Here is a simple REU memory test that should be used in your own software. It works with all sizes of REUs! Although it is written in BASIC with a REU wedge for the C64, it can be easily converted to machine language. It returns the number of 64kb banks that are useable, which = (maximum bank number)+1.
  47.  
  48. 2000 REM **** Initialize ****
  49. 2010 REM Put a single "status" byte,
  50. 2011 REM that shows an unchecked bank,
  51. 2012 REM in every possible REU bank.
  52. 2020 POKE 49152,136
  53. 2030 FOR I=0 TO 255
  54. 2040 !STASH 1,49152,0,I
  55. 2050 NEXT
  56. 2060 REM ****    Test   ****
  57. 2070 REM Test # banks present by seeing
  58. 2071 REM if bank is checked yet. If not
  59. 2072 REM then change status of bank to
  60. 2073 REM checked, and add 1  to the #
  61. 2074 REM of banks. Else, bank is
  62. 2075 REM checked already, and we're
  63. 2076 REM done!
  64. 2100 POKE 49152,27
  65. 2110 I=0
  66. 2120 !FETCH 1,49152,0,I
  67. 2130 IF PEEK(49152)<>136THEN 2190
  68. 2140 POKE 49152,27
  69. 2150 !STASH 1,49152,0,I
  70. 2160 I=I+1:IF I<256 THEN 2120
  71. 2170 REM ****    DONE   ****
  72. 2180 REM Number of banks of 64kb is now
  73. 2181 REM in I.
  74. 2190 IF I=0 THEN PRINT"REU NOT PRESENT"
  75. 2200 IF I=2 THEN PRINT"THIS IS A 1700 (128 K) REU"
  76. 2210 IF I=4 THEN PRINT"THIS IS A 1764 (256 K) REU"
  77. 2220 IF I=8 THEN PRINT"THIS IS A 1750 (512 K) REU"
  78. 2230 IF I>( THEN PRINT"THIS IS AN EXPANDED";64*I;"K REU"
  79.    
  80.                   -::-
  81.  
  82. SUBJ: beyond512k.sda             (R)   FROM: PROGOL      10/29/89   S#: 807341  
  83. Sounds great, now, if somebody will just create a GEOS 64/128 2.0 driver to go along with this...
  84. Just imagine...2-1581 ram disk's.
  85. Sounds good ?
  86. Well ?
  87.   
  88.                   -::-
  89.  
  90. SUBJ: beyond512k.sda             (R)   FROM: Wes256      10/30/89   S#: 789592  
  91. This is just what I'v been looking for!! Now I have to write a ML driver prg to animate 208 full color and size koala pics from the reu to the screen!! It should yeild about 5 seconds of animation that will rival an AMIGA!
  92. Thanks RECURSION,I'll post up my Animator64/128 when completed!!
  93.   
  94.                   -::-
  95.  
  96. SUBJ: beyond512k.sda             (R)   FROM: DennyJ      11/04/89   S#: 448925  
  97. what gives?  downloaded this file twice and both times the download froze at 52%  I had to knock the connection down and reboot to move along??????
  98.  
  99. is it just me?????
  100.  
  101.  
  102.   
  103.                   -::-
  104.  
  105. SUBJ: beyond512k.sda             (R)   FROM: MalcolmA    11/05/89   S#: 821488  
  106. See the latest issue of TRANSACTOR for geos support for up to 1meg ;] It may have to be adjusted here and there for this conversion, but not by much.
  107.   
  108.                   -::-
  109.  
  110. SUBJ: beyond512k.sda             (R)   FROM: Paralogic   11/21/89   S#: 465873  
  111. Yes, checkout Transactor article. Fantastic!!  Transactor does it again!  
  112.                   -::-
  113.  
  114. SUBJ: beyond512k.sda             (R)   FROM: JohnM112    11/26/89   S#: 15962   
  115. What version of geos did you use?  I've got an old one and I can't get the file to print.  It is in geos mode but is to advanced to print.
  116.   
  117.                   -::-
  118.  
  119. SUBJ: beyond512k.sda             (R)   FROM: Recursion   12/24/89   S#: 5092    
  120. Sorry folks...
  121.  
  122. The file is in geoWRITE 2.1 format.
  123. You'll have to have it to print it.
  124.  
  125. BUT! For a sloppy, quick fix do the following: don't CONVERT the file, and use the geowrite to cbm BASIC program converter available on q-link. It will be very messy without any formatting, but it is better than nothing!
  126.  
  127. As soon as I find a decent 80 column text editor for the c64, I'll upload the SEQ file (that anyone can read).
  128. Any editor recommendations?????  
  129.                   -::-
  130.  
  131. SUBJ: beyond512k.sda             (R)   FROM: RaymondD2   01/06/90   S#: 826600  
  132. Well I can say that this does work because I did it. I have 1 meg now :) I only fownd that Super Snapshot's monitor works with it Vershion 5 :) I hope some one will get GEOS to work with this. A 1581 RAM would be so nice!
  133.  
  134.   
  135.                   -::-
  136.  
  137. SUBJ: beyond512k.sda             (R)   FROM: RaymondD2   01/06/90   S#: 462098  
  138. super snapshot V5 file copy allso works with this. I can copy a hole 1581 disk at a time!!! :)
  139.   
  140.                   -::-
  141.  
  142. SUBJ: beyond512k.sda             (R)   FROM: Mongo2      01/13/90   S#: 811581  
  143. I also have a one meg REU? I made alot of mistakes like not reading the whole thing thru. I am not a computer genius by all means but it does work. I found that when I wired the chips together it was easyer to cut out a half inch strip by 3 inch piece of butter dish lid plastic and thumb tack it to the work bench. I then put the foam tape on the plastic and placed the chips on it. After wiring the chips I cut the excess half inch of plastic on both end of the strip and used the double sided tape to put the chip configuration in the REU.
  144. then I completed the rest of the connections to the REU. Doing that helped me from fumbling with the REU alot and make the job a little simpler.
  145.  
  146.   
  147.                   -::-
  148.  
  149. SUBJ: beyond512k.sda                   FROM: Boots2      01/13/90   S#: 427746  
  150. So........some of us are not good with doing this job, who would be willing to do it for the unfortunate unexperianced hardware people.
  151. What would the cost be?
  152.  
  153.